Data for Silverlight
DataView Constructor(DataTable,String[])

C1.Silverlight.Data Namespace > DataView Class > DataView Constructor : DataView Constructor(DataTable,String[])
The DataTable that provides data for this DataView.
Array containing the names of the columns exposed by this DataView.
Initializes a new instance of a DataView class.
Syntax
'Declaration
 
Public Function New( _
   ByVal table As DataTable, _
   ByVal ParamArray columnNames() As String _
)
public DataView( 
   DataTable table,
   params string[] columnNames
)

Parameters

table
The DataTable that provides data for this DataView.
columnNames
Array containing the names of the columns exposed by this DataView.
See Also

Reference

DataView Class
DataView Members
Overload List